home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacFormat 1997 December
/
macformat-057.iso
/
mac
/
Shareware Plus
/
Comms
/
PPPop 1.6
/
Script Samples
/
Dialog Snippet
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1997-07-26
|
227 b
|
7 lines
|
[
TEXT/ToyS
]
tell application "PPPop 1.6b4 PPC"
if PPP up then
display dialog "It's up." buttons "OK" default button "OK" with icon note
else
display dialog "It's down." buttons "OK" default button "OK" with icon note
end if
end tell